ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / ExpressionItemCategory Class / ExpressionItemCategory Constructor / ExpressionItemCategory Constructor(String,CategoryType,ObservableCollection<ExpressionItem>)

In This Topic
    ExpressionItemCategory Constructor(String,CategoryType,ObservableCollection<ExpressionItem>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal type As CategoryType, _
       ByVal items As System.Collections.ObjectModel.ObservableCollection(Of ExpressionItem) _
    )
    public ExpressionItemCategory( 
       System.string text,
       CategoryType type,
       System.Collections.ObjectModel.ObservableCollection<ExpressionItem> items
    )

    Parameters

    text
    type
    items
    See Also